replyAPI of DXL server in batch mode

I start DXL server in batch mode(batchserver.dxl) and have a "void reply()" function which contain "replyAPI", and I have an application(written in C) which have installed a function prepared for replyAPI, start the application which contain "apiSend("reply")" code. The server side display "DXL server not started-I- DXL: execution halted", why this happen?


fengying762 - Sun Sep 28 22:28:00 EDT 2014

Re: replyAPI of DXL server in batch mode
llandale - Mon Sep 29 12:24:27 EDT 2014

I sure hope you don't mean "start the DOORS server in batch mode".

If you are using DXL then you are using the DOORS client, not any DOORS 'server'.  Your C application needs to open a path to "doors.application" and sent it the commands.  The commands it sends are the DXL to run.

If you really are trying to talk to the DOORS server directly ... I don't know anything about that.

-Louie

Re: replyAPI of DXL server in batch mode
Mathias Mamsch - Tue Sep 30 03:56:11 EDT 2014

@louie: I think he is talking about the DOORS Api - the useless thing inside the API folder of the DOORS client.

Or maybe are you talking about something completely different?

From your description it is very hard to tell what is going on ... You say you start a DXL "Server" but then get a message "DXL Server" not started on the server side? Can you post some codes?

If you are really only trying to launch a DOORS DXL batch server, there are already posts on the forum ...

Regards, Mathias